#include <string.h>#include <stdio.h>#include <stdlib.h>#include <avr/interrupt.h>#include <avr/signal.h>#include "lcd.h"#include "GSMParser.h"
Go to the source code of this file.
Functions | |
| void | InitGSMParser () |
| Feeds the buffer of the GSMParser. | |
| void | GSMFeedBuffer (char pdata) |
| int | ProcessGSMCOM () |
| Analyseerd inkomende data. | |
| int | ProcessGSMLEX () |
| Verwerkt het initialisatie commando van een binnenkomende gesprek (CLIP). | |
| void | ProcessGSM () |
| Initialiseerd de GSM Parser. | |
Variables | |
| int | count |
| int | fora = 0 |
| void GSMFeedBuffer | ( | char | pdata | ) |
Definition at line 19 of file GSMParser.c.
| void InitGSMParser | ( | ) |
Feeds the buffer of the GSMParser.
| Incoming | Character |
Definition at line 12 of file GSMParser.c.
| void ProcessGSM | ( | ) |
Initialiseerd de GSM Parser.
| none |
Definition at line 59 of file GSMParser.c.
Referenced by GSMFeedBuffer().
| int ProcessGSMCOM | ( | ) |
Analyseerd inkomende data.
| none |
Definition at line 25 of file GSMParser.c.
Referenced by ProcessGSM().
| int ProcessGSMLEX | ( | ) |
Verwerkt het initialisatie commando van een binnenkomende gesprek (CLIP).
| none |
Definition at line 42 of file GSMParser.c.
Referenced by ProcessGSM().
| int count |
| int fora = 0 |
1.5.3